home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / discover.dir / 00145.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  205 b   |  9 lines

  1. on mouseDown
  2.   global gMyDevotional
  3.   if pressDevotionalMenu(25) then
  4.     set gMyDevotional to "WEEK_30.TXT"
  5.     put the text of field "week30" into field "pkdisplaytext"
  6.     go("devotional")
  7.   end if
  8. end
  9.